Html Css Color HEX #569BA4 Cadet Blue

📋 copy color: '#569BA4'

red 86 ◦ green 155 ◦ blue 164

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

Shades of Cadet Blue #569BA4

Tints of Cadet Blue #569BA4

RGB

 RED value IS 86 (33.98% from 255) = 21.23%

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

 BLUE value IS 164 (64.45% from 255) = 40.49%

R = 21.23%
G = 38.27%
B = 40.49%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#569BA4 (or 0x569BA4) is known color: Cadet Blue. HEX triplet: 56, 9B and A4. RGB value is (86,155,164). Sum of RGB (Red+Green+Blue) = 86+155+164=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #569BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569BA4 is #A9645B. Grayscale: #878787. Windows color (decimal): -11101276 or 10787670. OLE color: 10787670.

HSL color Cylindrical-coordinate representation of color #569BA4: hue angle of 186.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #569BA4 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 86 155 164 -
CMYK 0.48 0.05 0 0.36
HSL 186.92º 0.31% 0.49% -
HSV(B) 186.92º 0.48% 0.64% -
XYZ 22.26 28.1 39.37 -
YUV 135.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 86 155 164 0.48 0.05 0 0.36 186.92 0.31 0.49
Hex 56 9B A4 30 5 0 24 BB 1F 31
Octal 126 233 244 60 5 0 44 273 37 61
Binary 1010110 10011011 10100100 110000 101 0 100100 10111011 11111 110001

Color Harmonies of #569BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569BA4

Black with #569BA4

Text Example


Text Example

White with #569BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569BA4; }

 p { color: rgb(86,155,164); }

 H1.HeaderClassName
 {
   color: #569BA4;
 }
 .AnyTagClassName
 {
   color: #569BA4;
 }
</style>

background-color css

<style>
 a { background-color: #569BA4; }

 a { background-color: rgb(86,155,164); }

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

border-color css

<style>
 span { border-color: #569BA4; }

 span { border-color: rgb(86,155,164); }

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