#005372

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

Shades of Blue Lagoon #005372

Tints of Blue Lagoon #005372

Color information

#005372 (or 0x005372) is unknown color: approx Blue Lagoon. HEX triplet: 00, 53 and 72. RGB value is (0,83,114). Sum of RGB (Red+Green+Blue) = 0+83+114=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #005372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005372 is #FFAC8D. Grayscale: #3D3D3D. Windows color (decimal): -16755854 or 7492352. OLE color: 7492352.

HSL color Cylindrical-coordinate representation of color #005372: hue angle of 196.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005372 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB083114-
CMYK10.2700.55
HSL196.32º100%22.35%-
HSV(B)196.32º100%44.71%-
XYZ6.137.417.03-
YUV61.72157.583.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=0%
G=42.13%
B=57.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal08311410.2700.55196.3210022.35
Hex05372641B037c46416
Octal01231621443306730414426
Binary010100111110010110010011011011011111000100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005372; }

 p { color: rgb(0,83,114); }

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

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

 a { background-color: rgb(0,83,114); }

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

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

 span { border-color: rgb(0,83,114); }

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