#65989A

Color #65989A Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #65989A

Tints of Cadet Blue #65989A

Color information

#65989A (or 0x65989A) is unknown color: approx Cadet Blue. HEX triplet: 65, 98 and 9A. RGB value is (101,152,154). Sum of RGB (Red+Green+Blue) = 101+152+154=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #65989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65989A is #9A6765. Grayscale: #888888. Windows color (decimal): -10119014 or 10131557. OLE color: 10131557.

HSL color Cylindrical-coordinate representation of color #65989A: hue angle of 182.26º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65989A is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB101152154-
CMYK0.340.0100.40
HSL182.26º20.78%50%-
HSV(B)182.26º34.42%60.39%-
XYZ22.4327.5634.71-
YUV136.98137.6102.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.82%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=24.82%
G=37.35%
B=37.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011521540.340.0100.40182.2620.7850
Hex65989A221028b61532
Octal1452302324210502662562
Binary11001011001100010011010100010101010001011011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65989A; }

 p { color: rgb(101,152,154); }

 H1.HeaderClassName
 {
   color: #65989A;
 }
 .AnyTagClassName
 {
   color: #65989A;
 }
</style>
background-color css

<style>
 a { background-color: #65989A; }

 a { background-color: rgb(101,152,154); }

 div.DivClassName
 {
   background-color: #65989A;
 }
 .BgClassName
 {
   background-color: #65989A;
 }
</style>
border-color css

<style>
 span { border-color: #65989A; }

 span { border-color: rgb(101,152,154); }

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