Html Css Color HEX #559BA1 Cadet Blue

📋 copy color: '#559BA1'

red 85 ◦ green 155 ◦ blue 161

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

Shades of Cadet Blue #559BA1

Tints of Cadet Blue #559BA1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.65%

 BLUE value IS 161 (63.28% from 255) = 40.15%

R = 21.2%
G = 38.65%
B = 40.15%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#559BA1 (or 0x559BA1) is known color: Cadet Blue. HEX triplet: 55, 9B and A1. RGB value is (85,155,161). Sum of RGB (Red+Green+Blue) = 85+155+161=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 161 - color contains mainly: blue. Hex color #559BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559BA1 is #AA645E. Grayscale: #868686. Windows color (decimal): -11166815 or 10591061. OLE color: 10591061.

HSL color Cylindrical-coordinate representation of color #559BA1: hue angle of 184.74º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559BA1 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 155 161 -
CMYK 0.47 0.04 0 0.37
HSL 184.74º 0.31% 0.48% -
HSV(B) 184.74º 0.47% 0.63% -
XYZ 21.9 27.95 37.96 -
YUV 134.75 142.81 92.51 -
System Red Green Blue C M Y K H S L
Decimal 85 155 161 0.47 0.04 0 0.37 184.74 0.31 0.48
Hex 55 9B A1 2F 4 0 25 B9 1F 30
Octal 125 233 241 57 4 0 45 271 37 60
Binary 1010101 10011011 10100001 101111 100 0 100101 10111001 11111 110000

Color Harmonies of #559BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559BA1

Black with #559BA1

Text Example


Text Example

White with #559BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559BA1; }

 p { color: rgb(85,155,161); }

 H1.HeaderClassName
 {
   color: #559BA1;
 }
 .AnyTagClassName
 {
   color: #559BA1;
 }
</style>

background-color css

<style>
 a { background-color: #559BA1; }

 a { background-color: rgb(85,155,161); }

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

border-color css

<style>
 span { border-color: #559BA1; }

 span { border-color: rgb(85,155,161); }

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