Html Css Color HEX #55BAC5 Viking

📋 copy color: '#55BAC5'

red 85 ◦ green 186 ◦ blue 197

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

Shades of Viking #55BAC5

Tints of Viking #55BAC5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.74%

 BLUE value IS 197 (77.34% from 255) = 42.09%

R = 18.16%
G = 39.74%
B = 42.09%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#55BAC5 (or 0x55BAC5) is known color: Viking. HEX triplet: 55, BA and C5. RGB value is (85,186,197). Sum of RGB (Red+Green+Blue) = 85+186+197=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #55BAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BAC5 is #AA453A. Grayscale: #9C9C9C. Windows color (decimal): -11158843 or 12958293. OLE color: 12958293.

HSL color Cylindrical-coordinate representation of color #55BAC5: hue angle of 185.89º degrees, saturation: 0.49, 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 #55BAC5 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 186 197 -
CMYK 0.57 0.06 0 0.23
HSL 185.89º 0.49% 0.55% -
HSV(B) 185.89º 0.57% 0.77% -
XYZ 31.38 41.08 59.1 -
YUV 157.06 150.54 76.61 -
System Red Green Blue C M Y K H S L
Decimal 85 186 197 0.57 0.06 0 0.23 185.89 0.49 0.55
Hex 55 BA C5 39 6 0 17 BA 31 37
Octal 125 272 305 71 6 0 27 272 61 67
Binary 1010101 10111010 11000101 111001 110 0 10111 10111010 110001 110111

Color Harmonies of #55BAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BAC5

Black with #55BAC5

Text Example


Text Example

White with #55BAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,186,197); }

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

background-color css

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

 a { background-color: rgb(85,186,197); }

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

border-color css

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

 span { border-color: rgb(85,186,197); }

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