Html Css Color HEX #539A9B Cadet Blue

📋 copy color: '#539A9B'

red 83 ◦ green 154 ◦ blue 155

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

Shades of Cadet Blue #539A9B

Tints of Cadet Blue #539A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 21.17%
G = 39.29%
B = 39.54%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#539A9B (or 0x539A9B) is known color: Cadet Blue. HEX triplet: 53, 9A and 9B. RGB value is (83,154,155). Sum of RGB (Red+Green+Blue) = 83+154+155=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #539A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539A9B is #AC6564. Grayscale: #848484. Windows color (decimal): -11298149 or 10197587. OLE color: 10197587.

HSL color Cylindrical-coordinate representation of color #539A9B: hue angle of 180.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539A9B is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 154 155 -
CMYK 0.46 0.01 0 0.39
HSL 180.83º 0.3% 0.47% -
HSV(B) 180.83º 0.46% 0.61% -
XYZ 21.04 27.32 35.17 -
YUV 132.89 140.48 92.42 -
System Red Green Blue C M Y K H S L
Decimal 83 154 155 0.46 0.01 0 0.39 180.83 0.3 0.47
Hex 53 9A 9B 2E 1 0 27 B5 1E 2F
Octal 123 232 233 56 1 0 47 265 36 57
Binary 1010011 10011010 10011011 101110 1 0 100111 10110101 11110 101111

Color Harmonies of #539A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539A9B

Black with #539A9B

Text Example


Text Example

White with #539A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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