Html Css Color HEX #569BA5 Cadet Blue

📋 copy color: '#569BA5'

red 86 ◦ green 155 ◦ blue 165

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

Shades of Cadet Blue #569BA5

Tints of Cadet Blue #569BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.64%

R = 21.18%
G = 38.18%
B = 40.64%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#569BA5 (or 0x569BA5) is known color: Cadet Blue. HEX triplet: 56, 9B and A5. RGB value is (86,155,165). Sum of RGB (Red+Green+Blue) = 86+155+165=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 165 - color contains mainly: blue. Hex color #569BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569BA5 is #A9645A. Grayscale: #878787. Windows color (decimal): -11101275 or 10853206. OLE color: 10853206.

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

Color convert

RGB 86 155 165 -
CMYK 0.48 0.06 0 0.35
HSL 187.59º 0.31% 0.49% -
HSV(B) 187.59º 0.48% 0.65% -
XYZ 22.35 28.14 39.85 -
YUV 135.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 86 155 165 0.48 0.06 0 0.35 187.59 0.31 0.49
Hex 56 9B A5 30 6 0 23 BC 1F 31
Octal 126 233 245 60 6 0 43 274 37 61
Binary 1010110 10011011 10100101 110000 110 0 100011 10111100 11111 110001

Color Harmonies of #569BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569BA5

Black with #569BA5

Text Example


Text Example

White with #569BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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