Html Css Color HEX #5698A6 Cadet Blue

📋 copy color: '#5698A6'

red 86 ◦ green 152 ◦ blue 166

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

Shades of Cadet Blue #5698A6

Tints of Cadet Blue #5698A6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.62%

 BLUE value IS 166 (65.23% from 255) = 41.09%

R = 21.29%
G = 37.62%
B = 41.09%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5698A6 (or 0x5698A6) is known color: Cadet Blue. HEX triplet: 56, 98 and A6. RGB value is (86,152,166). Sum of RGB (Red+Green+Blue) = 86+152+166=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 166 - color contains mainly: blue. Hex color #5698A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5698A6 is #A96759. Grayscale: #858585. Windows color (decimal): -11102042 or 10917974. OLE color: 10917974.

HSL color Cylindrical-coordinate representation of color #5698A6: hue angle of 190.5º degrees, saturation: 0.32, 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 #5698A6 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 152 166 -
CMYK 0.48 0.08 0 0.35
HSL 190.5º 0.32% 0.49% -
HSV(B) 190.5º 0.48% 0.65% -
XYZ 21.95 27.19 40.17 -
YUV 133.86 146.13 93.86 -
System Red Green Blue C M Y K H S L
Decimal 86 152 166 0.48 0.08 0 0.35 190.5 0.32 0.49
Hex 56 98 A6 30 8 0 23 BE 20 31
Octal 126 230 246 60 10 0 43 276 40 61
Binary 1010110 10011000 10100110 110000 1000 0 100011 10111110 100000 110001

Color Harmonies of #5698A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5698A6

Black with #5698A6

Text Example


Text Example

White with #5698A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5698A6; }

 p { color: rgb(86,152,166); }

 H1.HeaderClassName
 {
   color: #5698A6;
 }
 .AnyTagClassName
 {
   color: #5698A6;
 }
</style>

background-color css

<style>
 a { background-color: #5698A6; }

 a { background-color: rgb(86,152,166); }

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

border-color css

<style>
 span { border-color: #5698A6; }

 span { border-color: rgb(86,152,166); }

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