Html Css Color HEX #55A5C4 Viking

📋 copy color: '#55A5C4'

red 85 ◦ green 165 ◦ blue 196

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

Shades of Viking #55A5C4

Tints of Viking #55A5C4

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37%

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

R = 19.06%
G = 37%
B = 43.95%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#55A5C4 (or 0x55A5C4) is known color: Viking. HEX triplet: 55, A5 and C4. RGB value is (85,165,196). Sum of RGB (Red+Green+Blue) = 85+165+196=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 196 - color contains mainly: blue. Hex color #55A5C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A5C4 is #AA5A3B. Grayscale: #909090. Windows color (decimal): -11164220 or 12887381. OLE color: 12887381.

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

Color convert

RGB 85 165 196 -
CMYK 0.57 0.16 0 0.23
HSL 196.76º 0.48% 0.55% -
HSV(B) 196.76º 0.57% 0.77% -
XYZ 27.17 32.83 57.13 -
YUV 144.61 157 85.48 -
System Red Green Blue C M Y K H S L
Decimal 85 165 196 0.57 0.16 0 0.23 196.76 0.48 0.55
Hex 55 A5 C4 39 10 0 17 C5 30 37
Octal 125 245 304 71 20 0 27 305 60 67
Binary 1010101 10100101 11000100 111001 10000 0 10111 11000101 110000 110111

Color Harmonies of #55A5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A5C4

Black with #55A5C4

Text Example


Text Example

White with #55A5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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