#065583

Color #065583 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #065583

Tints of Dark Cerulean #065583

Color information

#065583 (or 0x065583) is unknown color: approx Dark Cerulean. HEX triplet: 06, 55 and 83. RGB value is (6,85,131). Sum of RGB (Red+Green+Blue) = 6+85+131=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #065583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065583 is #F9AA7C. Grayscale: #424242. Windows color (decimal): -16362109 or 8606982. OLE color: 8606982.

HSL color Cylindrical-coordinate representation of color #065583: hue angle of 202.08º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065583 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB685131-
CMYK0.950.3500.49
HSL202.08º91.24%26.86%-
HSV(B)202.08º95.42%51.37%-
XYZ7.428.1722.66-
YUV66.62164.3384.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.70%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 131 (51.56% from 255) = 59.01%
R=2.70%
G=38.29%
B=59.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6851310.950.3500.49202.0891.2426.86
Hex655835F23031ca5b1b
Octal61252031374306131213333
Binary1101010101100000111011111100011011000111001010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065583; }

 p { color: rgb(6,85,131); }

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

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

 a { background-color: rgb(6,85,131); }

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

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

 span { border-color: rgb(6,85,131); }

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