Html Css Color HEX #53B5CC Viking

📋 copy color: '#53B5CC'

red 83 ◦ green 181 ◦ blue 204

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

Shades of Viking #53B5CC

Tints of Viking #53B5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.68%

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 17.74%
G = 38.68%
B = 43.59%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#53B5CC (or 0x53B5CC) is known color: Viking. HEX triplet: 53, B5 and CC. RGB value is (83,181,204). Sum of RGB (Red+Green+Blue) = 83+181+204=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #53B5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B5CC is #AC4A33. Grayscale: #9A9A9A. Windows color (decimal): -11291188 or 13415763. OLE color: 13415763.

HSL color Cylindrical-coordinate representation of color #53B5CC: hue angle of 191.4º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53B5CC is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 181 204 -
CMYK 0.59 0.11 0 0.2
HSL 191.41º 0.54% 0.56% -
HSV(B) 191.41º 0.59% 0.8% -
XYZ 30.99 39.25 63.07 -
YUV 154.32 156.03 77.13 -
System Red Green Blue C M Y K H S L
Decimal 83 181 204 0.59 0.11 0 0.2 191.41 0.54 0.56
Hex 53 B5 CC 3B B 0 14 BF 36 38
Octal 123 265 314 73 13 0 24 277 66 70
Binary 1010011 10110101 11001100 111011 1011 0 10100 10111111 110110 111000

Color Harmonies of #53B5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B5CC

Black with #53B5CC

Text Example


Text Example

White with #53B5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,181,204); }

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

background-color css

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

 a { background-color: rgb(83,181,204); }

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

border-color css

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

 span { border-color: rgb(83,181,204); }

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