Html Css Color HEX #539AA5 Cadet Blue

📋 copy color: '#539AA5'

red 83 ◦ green 154 ◦ blue 165

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

Shades of Cadet Blue #539AA5

Tints of Cadet Blue #539AA5

RGB

 RED value IS 83 (32.81% from 255) = 20.65%

 GREEN value IS 154 (60.55% from 255) = 38.31%

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

R = 20.65%
G = 38.31%
B = 41.04%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#539AA5 (or 0x539AA5) is known color: Cadet Blue. HEX triplet: 53, 9A and A5. RGB value is (83,154,165). Sum of RGB (Red+Green+Blue) = 83+154+165=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 165 - color contains mainly: blue. Hex color #539AA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539AA5 is #AC655A. Grayscale: #858585. Windows color (decimal): -11298139 or 10852947. OLE color: 10852947.

HSL color Cylindrical-coordinate representation of color #539AA5: hue angle of 188.05º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #539AA5 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 154 165 -
CMYK 0.50 0.07 0 0.35
HSL 188.05º 0.33% 0.49% -
HSV(B) 188.05º 0.5% 0.65% -
XYZ 21.91 27.67 39.78 -
YUV 134.03 145.48 91.61 -
System Red Green Blue C M Y K H S L
Decimal 83 154 165 0.50 0.07 0 0.35 188.05 0.33 0.49
Hex 53 9A A5 32 7 0 23 BC 21 31
Octal 123 232 245 62 7 0 43 274 41 61
Binary 1010011 10011010 10100101 110010 111 0 100011 10111100 100001 110001

Color Harmonies of #539AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539AA5

Black with #539AA5

Text Example


Text Example

White with #539AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539AA5; }

 p { color: rgb(83,154,165); }

 H1.HeaderClassName
 {
   color: #539AA5;
 }
 .AnyTagClassName
 {
   color: #539AA5;
 }
</style>

background-color css

<style>
 a { background-color: #539AA5; }

 a { background-color: rgb(83,154,165); }

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

border-color css

<style>
 span { border-color: #539AA5; }

 span { border-color: rgb(83,154,165); }

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