Html Css Color HEX #65959D Cadet Blue

📋 copy color: '#65959D'

red 101 ◦ green 149 ◦ blue 157

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

Shades of Cadet Blue #65959D

Tints of Cadet Blue #65959D

RGB

 RED value IS 101 (39.84% from 255) = 24.82%

 GREEN value IS 149 (58.59% from 255) = 36.61%

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

R = 24.82%
G = 36.61%
B = 38.57%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65959D (or 0x65959D) is known color: Cadet Blue. HEX triplet: 65, 95 and 9D. RGB value is (101,149,157). Sum of RGB (Red+Green+Blue) = 101+149+157=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #65959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65959D is #9A6A62. Grayscale: #878787. Windows color (decimal): -10119779 or 10327397. OLE color: 10327397.

HSL color Cylindrical-coordinate representation of color #65959D: hue angle of 188.57º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65959D is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 149 157 -
CMYK 0.36 0.05 0 0.38
HSL 188.57º 0.22% 0.51% -
HSV(B) 188.57º 0.36% 0.62% -
XYZ 22.2 26.7 35.88 -
YUV 135.56 140.1 103.35 -
System Red Green Blue C M Y K H S L
Decimal 101 149 157 0.36 0.05 0 0.38 188.57 0.22 0.51
Hex 65 95 9D 24 5 0 26 BD 16 33
Octal 145 225 235 44 5 0 46 275 26 63
Binary 1100101 10010101 10011101 100100 101 0 100110 10111101 10110 110011

Color Harmonies of #65959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65959D

Black with #65959D

Text Example


Text Example

White with #65959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65959D; }

 p { color: rgb(101,149,157); }

 H1.HeaderClassName
 {
   color: #65959D;
 }
 .AnyTagClassName
 {
   color: #65959D;
 }
</style>

background-color css

<style>
 a { background-color: #65959D; }

 a { background-color: rgb(101,149,157); }

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

border-color css

<style>
 span { border-color: #65959D; }

 span { border-color: rgb(101,149,157); }

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