#005767

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

Shades of Blue Lagoon #005767

Tints of Blue Lagoon #005767

Color information

#005767 (or 0x005767) is unknown color: approx Blue Lagoon. HEX triplet: 00, 57 and 67. RGB value is (0,87,103). Sum of RGB (Red+Green+Blue) = 0+87+103=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #005767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005767 is #FFA898. Grayscale: #3E3E3E. Windows color (decimal): -16754841 or 6772480. OLE color: 6772480.

HSL color Cylindrical-coordinate representation of color #005767: hue angle of 189.32º 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 #005767 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB087103-
CMYK10.1600.60
HSL189.32º100%20.2%-
HSV(B)189.32º100%40.39%-
XYZ5.867.814.03-
YUV62.81150.6883.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 87 (34.38% from 255) = 45.79%
BLUE value IS 103 (40.62% from 255) = 54.21%
R=0%
G=45.79%
B=54.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal08710310.1600.60189.3210020.2
Hex05767641003Cbd6414
Octal01271471442007427514424
Binary010101111100111110010010000011110010111101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005767; }

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

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

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

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

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

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

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

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