Html Css Color HEX #53BEC9 Viking

📋 copy color: '#53BEC9'

red 83 ◦ green 190 ◦ blue 201

#53BEC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #53BEC9

Tints of Viking #53BEC9

RGB

 RED value IS 83 (32.81% from 255) = 17.51%

 GREEN value IS 190 (74.61% from 255) = 40.08%

 BLUE value IS 201 (78.91% from 255) = 42.41%

R = 17.51%
G = 40.08%
B = 42.41%

CMYK

 C value IS 0.59

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#53BEC9 (or 0x53BEC9) is known color: Viking. HEX triplet: 53, BE and C9. RGB value is (83,190,201). Sum of RGB (Red+Green+Blue) = 83+190+201=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #53BEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BEC9 is #AC4136. Grayscale: #9F9F9F. Windows color (decimal): -11288887 or 13221459. OLE color: 13221459.

HSL color Cylindrical-coordinate representation of color #53BEC9: hue angle of 185.59º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53BEC9 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 190 201 -
CMYK 0.59 0.05 0 0.21
HSL 185.59º 0.52% 0.56% -
HSV(B) 185.59º 0.59% 0.79% -
XYZ 32.52 42.88 61.82 -
YUV 159.26 151.55 73.61 -
System Red Green Blue C M Y K H S L
Decimal 83 190 201 0.59 0.05 0 0.21 185.59 0.52 0.56
Hex 53 BE C9 3B 5 0 15 BA 34 38
Octal 123 276 311 73 5 0 25 272 64 70
Binary 1010011 10111110 11001001 111011 101 0 10101 10111010 110100 111000

Color Harmonies of #53BEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BEC9

Black with #53BEC9

Text Example


Text Example

White with #53BEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53BEC9; }

 p { color: rgb(83,190,201); }

 H1.HeaderClassName
 {
   color: #53BEC9;
 }
 .AnyTagClassName
 {
   color: #53BEC9;
 }
</style>

background-color css

<style>
 a { background-color: #53BEC9; }

 a { background-color: rgb(83,190,201); }

 div.DivClassName
 {
   background-color: #53BEC9;
 }
 .BgClassName
 {
   background-color: #53BEC9;
 }
</style>

border-color css

<style>
 span { border-color: #53BEC9; }

 span { border-color: rgb(83,190,201); }

 td.TdClassName
 {
   border-color: #53BEC9;
 }
 .TagClassName
 {
   border-color: #53BEC9;
 }
</style>