Html Css Color HEX #5F949D Cadet Blue

📋 copy color: '#5F949D'

red 95 ◦ green 148 ◦ blue 157

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

Shades of Cadet Blue #5F949D

Tints of Cadet Blue #5F949D

RGB

 RED value IS 95 (37.5% from 255) = 23.75%

 GREEN value IS 148 (58.2% from 255) = 37%

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

R = 23.75%
G = 37%
B = 39.25%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F949D (or 0x5F949D) is known color: Cadet Blue. HEX triplet: 5F, 94 and 9D. RGB value is (95,148,157). Sum of RGB (Red+Green+Blue) = 95+148+157=400 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F949D is #A06B62. Grayscale: #858585. Windows color (decimal): -10513251 or 10327135. OLE color: 10327135.

HSL color Cylindrical-coordinate representation of color #5F949D: hue angle of 188.71º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F949D is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 148 157 -
CMYK 0.39 0.06 0 0.38
HSL 188.71º 0.25% 0.49% -
HSV(B) 188.71º 0.39% 0.62% -
XYZ 21.4 26.05 35.8 -
YUV 133.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 95 148 157 0.39 0.06 0 0.38 188.71 0.25 0.49
Hex 5F 94 9D 27 6 0 26 BD 19 31
Octal 137 224 235 47 6 0 46 275 31 61
Binary 1011111 10010100 10011101 100111 110 0 100110 10111101 11001 110001

Color Harmonies of #5F949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F949D

Black with #5F949D

Text Example


Text Example

White with #5F949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F949D; }

 p { color: rgb(95,148,157); }

 H1.HeaderClassName
 {
   color: #5F949D;
 }
 .AnyTagClassName
 {
   color: #5F949D;
 }
</style>

background-color css

<style>
 a { background-color: #5F949D; }

 a { background-color: rgb(95,148,157); }

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

border-color css

<style>
 span { border-color: #5F949D; }

 span { border-color: rgb(95,148,157); }

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