#005893

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

Shades of Dark Cerulean #005893

Tints of Dark Cerulean #005893

Color information

#005893 (or 0x005893) is unknown color: approx Dark Cerulean. HEX triplet: 00, 58 and 93. RGB value is (0,88,147). Sum of RGB (Red+Green+Blue) = 0+88+147=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #005893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005893 is #FFA76C. Grayscale: #444444. Windows color (decimal): -16754541 or 9656320. OLE color: 9656320.

HSL color Cylindrical-coordinate representation of color #005893: hue angle of 204.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005893 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB088147-
CMYK10.4000.42
HSL204.08º100%28.82%-
HSV(B)204.08º100%57.65%-
XYZ8.769.0928.9-
YUV68.41172.3579.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 147 (57.81% from 255) = 62.55%
R=0%
G=37.45%
B=62.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal08814710.4000.42204.0810028.82
Hex05893642802Acc641d
Octal01302231445005231414435
Binary01011000100100111100100101000010101011001100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005893; }

 p { color: rgb(0,88,147); }

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

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

 a { background-color: rgb(0,88,147); }

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

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

 span { border-color: rgb(0,88,147); }

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