#095572

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

Shades of Blue Lagoon #095572

Tints of Blue Lagoon #095572

Color information

#095572 (or 0x095572) is unknown color: approx Blue Lagoon. HEX triplet: 09, 55 and 72. RGB value is (9,85,114). Sum of RGB (Red+Green+Blue) = 9+85+114=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #095572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095572 is #F6AA8D. Grayscale: #414141. Windows color (decimal): -16165518 or 7492873. OLE color: 7492873.

HSL color Cylindrical-coordinate representation of color #095572: hue angle of 196.57º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095572 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB985114-
CMYK0.920.2500.55
HSL196.57º85.37%24.12%-
HSV(B)196.57º92.11%44.71%-
XYZ6.47.7717.08-
YUV65.58155.3287.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.33%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=4.33%
G=40.87%
B=54.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9851140.920.2500.55196.5785.3724.12
Hex955725C19037c55518
Octal111251621343106730512530
Binary100110101011110010101110011001011011111000101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095572; }

 p { color: rgb(9,85,114); }

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

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

 a { background-color: rgb(9,85,114); }

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

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

 span { border-color: rgb(9,85,114); }

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