#005B85

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

Shades of Dark Cerulean #005B85

Tints of Dark Cerulean #005B85

Color information

#005B85 (or 0x005B85) is unknown color: approx Dark Cerulean. HEX triplet: 00, 5B and 85. RGB value is (0,91,133). Sum of RGB (Red+Green+Blue) = 0+91+133=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #005B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005B85 is #FFA47A. Grayscale: #444444. Windows color (decimal): -16753787 or 8739584. OLE color: 8739584.

HSL color Cylindrical-coordinate representation of color #005B85: hue angle of 198.95º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B85 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB091133-
CMYK10.3200.48
HSL198.95º100%26.08%-
HSV(B)198.95º100%52.16%-
XYZ7.979.1823.54-
YUV68.58164.3579.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 133 (52.34% from 255) = 59.38%
R=0%
G=40.62%
B=59.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal09113310.3200.48198.9510026.08
Hex05B856420030c7641a
Octal01332051444006030714432
Binary01011011100001011100100100000011000011000111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005B85; }

 p { color: rgb(0,91,133); }

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

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

 a { background-color: rgb(0,91,133); }

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

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

 span { border-color: rgb(0,91,133); }

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