#005867

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

Shades of Blue Lagoon #005867

Tints of Blue Lagoon #005867

Color information

#005867 (or 0x005867) is unknown color: approx Blue Lagoon. HEX triplet: 00, 58 and 67. RGB value is (0,88,103). Sum of RGB (Red+Green+Blue) = 0+88+103=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #005867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005867 is #FFA798. Grayscale: #3F3F3F. Windows color (decimal): -16754585 or 6772736. OLE color: 6772736.

HSL color Cylindrical-coordinate representation of color #005867: hue angle of 188.74º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005867 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB088103-
CMYK10.1500.60
HSL188.74º100%20.2%-
HSV(B)188.74º100%40.39%-
XYZ5.947.9614.06-
YUV63.4150.3582.78-

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) = 46.07%
BLUE value IS 103 (40.62% from 255) = 53.93%
R=0%
G=46.07%
B=53.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal08810310.1500.60188.7410020.2
Hex0586764F03Cbd6414
Octal01301471441707427514424
Binary01011000110011111001001111011110010111101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005867; }

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

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

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

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

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

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

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

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