Html Css Color HEX #55B0C4 Viking

📋 copy color: '#55B0C4'

red 85 ◦ green 176 ◦ blue 196

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

Shades of Viking #55B0C4

Tints of Viking #55B0C4

RGB

 RED value IS 85 (33.59% from 255) = 18.6%

 GREEN value IS 176 (69.14% from 255) = 38.51%

 BLUE value IS 196 (76.95% from 255) = 42.89%

R = 18.6%
G = 38.51%
B = 42.89%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#55B0C4 (or 0x55B0C4) is known color: Viking. HEX triplet: 55, B0 and C4. RGB value is (85,176,196). Sum of RGB (Red+Green+Blue) = 85+176+196=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 196 - color contains mainly: blue. Hex color #55B0C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B0C4 is #AA4F3B. Grayscale: #969696. Windows color (decimal): -11161404 or 12890197. OLE color: 12890197.

HSL color Cylindrical-coordinate representation of color #55B0C4: hue angle of 190.81º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55B0C4 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 176 196 -
CMYK 0.57 0.10 0 0.23
HSL 190.81º 0.48% 0.55% -
HSV(B) 190.81º 0.57% 0.77% -
XYZ 29.24 36.97 57.82 -
YUV 151.07 153.35 80.87 -
System Red Green Blue C M Y K H S L
Decimal 85 176 196 0.57 0.10 0 0.23 190.81 0.48 0.55
Hex 55 B0 C4 39 A 0 17 BF 30 37
Octal 125 260 304 71 12 0 27 277 60 67
Binary 1010101 10110000 11000100 111001 1010 0 10111 10111111 110000 110111

Color Harmonies of #55B0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B0C4

Black with #55B0C4

Text Example


Text Example

White with #55B0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55B0C4; }

 p { color: rgb(85,176,196); }

 H1.HeaderClassName
 {
   color: #55B0C4;
 }
 .AnyTagClassName
 {
   color: #55B0C4;
 }
</style>

background-color css

<style>
 a { background-color: #55B0C4; }

 a { background-color: rgb(85,176,196); }

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

border-color css

<style>
 span { border-color: #55B0C4; }

 span { border-color: rgb(85,176,196); }

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