Html Css Color HEX #53999C Cadet Blue

📋 copy color: '#53999C'

red 83 ◦ green 153 ◦ blue 156

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

Shades of Cadet Blue #53999C

Tints of Cadet Blue #53999C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

 BLUE value IS 156 (61.33% from 255) = 39.8%

R = 21.17%
G = 39.03%
B = 39.8%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53999C (or 0x53999C) is known color: Cadet Blue. HEX triplet: 53, 99 and 9C. RGB value is (83,153,156). Sum of RGB (Red+Green+Blue) = 83+153+156=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #53999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53999C is #AC6663. Grayscale: #848484. Windows color (decimal): -11298404 or 10262867. OLE color: 10262867.

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

Color convert

RGB 83 153 156 -
CMYK 0.47 0.02 0 0.39
HSL 182.47º 0.31% 0.47% -
HSV(B) 182.47º 0.47% 0.61% -
XYZ 20.96 27.02 35.56 -
YUV 132.41 141.31 92.76 -
System Red Green Blue C M Y K H S L
Decimal 83 153 156 0.47 0.02 0 0.39 182.47 0.31 0.47
Hex 53 99 9C 2F 2 0 27 B6 1F 2F
Octal 123 231 234 57 2 0 47 266 37 57
Binary 1010011 10011001 10011100 101111 10 0 100111 10110110 11111 101111

Color Harmonies of #53999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53999C

Black with #53999C

Text Example


Text Example

White with #53999C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53999C; }

 p { color: rgb(83,153,156); }

 H1.HeaderClassName
 {
   color: #53999C;
 }
 .AnyTagClassName
 {
   color: #53999C;
 }
</style>

background-color css

<style>
 a { background-color: #53999C; }

 a { background-color: rgb(83,153,156); }

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

border-color css

<style>
 span { border-color: #53999C; }

 span { border-color: rgb(83,153,156); }

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