Html Css Color HEX #55B2C2 Viking

📋 copy color: '#55B2C2'

red 85 ◦ green 178 ◦ blue 194

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

Shades of Viking #55B2C2

Tints of Viking #55B2C2

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.95%

 BLUE value IS 194 (76.17% from 255) = 42.45%

R = 18.6%
G = 38.95%
B = 42.45%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#55B2C2 (or 0x55B2C2) is known color: Viking. HEX triplet: 55, B2 and C2. RGB value is (85,178,194). Sum of RGB (Red+Green+Blue) = 85+178+194=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #55B2C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B2C2 is #AA4D3D. Grayscale: #979797. Windows color (decimal): -11160894 or 12759637. OLE color: 12759637.

HSL color Cylindrical-coordinate representation of color #55B2C2: hue angle of 188.81º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55B2C2 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 178 194 -
CMYK 0.56 0.08 0 0.24
HSL 188.81º 0.47% 0.55% -
HSV(B) 188.81º 0.56% 0.76% -
XYZ 29.4 37.67 56.76 -
YUV 152.02 151.69 80.2 -
System Red Green Blue C M Y K H S L
Decimal 85 178 194 0.56 0.08 0 0.24 188.81 0.47 0.55
Hex 55 B2 C2 38 8 0 18 BD 2F 37
Octal 125 262 302 70 10 0 30 275 57 67
Binary 1010101 10110010 11000010 111000 1000 0 11000 10111101 101111 110111

Color Harmonies of #55B2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B2C2

Black with #55B2C2

Text Example


Text Example

White with #55B2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,178,194); }

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

background-color css

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

 a { background-color: rgb(85,178,194); }

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

border-color css

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

 span { border-color: rgb(85,178,194); }

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