Html Css Color HEX #539A9D Cadet Blue

📋 copy color: '#539A9D'

red 83 ◦ green 154 ◦ blue 157

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

Shades of Cadet Blue #539A9D

Tints of Cadet Blue #539A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 21.07%
G = 39.09%
B = 39.85%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#539A9D (or 0x539A9D) is known color: Cadet Blue. HEX triplet: 53, 9A and 9D. RGB value is (83,154,157). Sum of RGB (Red+Green+Blue) = 83+154+157=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #539A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539A9D is #AC6562. Grayscale: #858585. Windows color (decimal): -11298147 or 10328659. OLE color: 10328659.

HSL color Cylindrical-coordinate representation of color #539A9D: hue angle of 182.43º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539A9D is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 154 157 -
CMYK 0.47 0.02 0 0.38
HSL 182.43º 0.31% 0.47% -
HSV(B) 182.43º 0.47% 0.62% -
XYZ 21.21 27.38 36.07 -
YUV 133.11 141.48 92.26 -
System Red Green Blue C M Y K H S L
Decimal 83 154 157 0.47 0.02 0 0.38 182.43 0.31 0.47
Hex 53 9A 9D 2F 2 0 26 B6 1F 2F
Octal 123 232 235 57 2 0 46 266 37 57
Binary 1010011 10011010 10011101 101111 10 0 100110 10110110 11111 101111

Color Harmonies of #539A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539A9D

Black with #539A9D

Text Example


Text Example

White with #539A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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