Html Css Color HEX #569DA0 Cadet Blue

📋 copy color: '#569DA0'

red 86 ◦ green 157 ◦ blue 160

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

Shades of Cadet Blue #569DA0

Tints of Cadet Blue #569DA0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.96%

 BLUE value IS 160 (62.89% from 255) = 39.7%

R = 21.34%
G = 38.96%
B = 39.7%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#569DA0 (or 0x569DA0) is known color: Cadet Blue. HEX triplet: 56, 9D and A0. RGB value is (86,157,160). Sum of RGB (Red+Green+Blue) = 86+157+160=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 160 - color contains mainly: blue. Hex color #569DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569DA0 is #A9625F. Grayscale: #888888. Windows color (decimal): -11100768 or 10526038. OLE color: 10526038.

HSL color Cylindrical-coordinate representation of color #569DA0: hue angle of 182.43º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #569DA0 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 86 157 160 -
CMYK 0.46 0.02 0 0.37
HSL 182.43º 0.3% 0.48% -
HSV(B) 182.43º 0.46% 0.63% -
XYZ 22.24 28.63 37.61 -
YUV 136.11 141.48 92.26 -
System Red Green Blue C M Y K H S L
Decimal 86 157 160 0.46 0.02 0 0.37 182.43 0.3 0.48
Hex 56 9D A0 2E 2 0 25 B6 1E 30
Octal 126 235 240 56 2 0 45 266 36 60
Binary 1010110 10011101 10100000 101110 10 0 100101 10110110 11110 110000

Color Harmonies of #569DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569DA0

Black with #569DA0

Text Example


Text Example

White with #569DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,157,160); }

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

background-color css

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

 a { background-color: rgb(86,157,160); }

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

border-color css

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

 span { border-color: rgb(86,157,160); }

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