Html Css Color HEX #056375 Blue Lagoon

📋 copy color: '#056375'

red 5 ◦ green 99 ◦ blue 117

#056375
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #056375

Tints of Blue Lagoon #056375

RGB

 RED value IS 5 (2.34% from 255) = 2.26%

 GREEN value IS 99 (39.06% from 255) = 44.8%

 BLUE value IS 117 (46.09% from 255) = 52.94%

R = 2.26%
G = 44.8%
B = 52.94%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#056375 (or 0x056375) is known color: Blue Lagoon. HEX triplet: 05, 63 and 75. RGB value is (5,99,117). Sum of RGB (Red+Green+Blue) = 5+99+117=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #056375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056375 is #FA9C8A. Grayscale: #484848. Windows color (decimal): -16424075 or 7693061. OLE color: 7693061.

HSL color Cylindrical-coordinate representation of color #056375: hue angle of 189.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056375 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 99 117 -
CMYK 0.96 0.15 0 0.54
HSL 189.64º 0.92% 0.24% -
HSV(B) 189.64º 0.96% 0.46% -
XYZ 7.74 10.24 18.4 -
YUV 72.95 152.86 79.54 -
System Red Green Blue C M Y K H S L
Decimal 5 99 117 0.96 0.15 0 0.54 189.64 0.92 0.24
Hex 5 63 75 60 F 0 36 BE 5C 18
Octal 5 143 165 140 17 0 66 276 134 30
Binary 101 1100011 1110101 1100000 1111 0 110110 10111110 1011100 11000

Color Harmonies of #056375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056375

Black with #056375

Text Example


Text Example

White with #056375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056375; }

 p { color: rgb(5,99,117); }

 H1.HeaderClassName
 {
   color: #056375;
 }
 .AnyTagClassName
 {
   color: #056375;
 }
</style>

background-color css

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

 a { background-color: rgb(5,99,117); }

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

border-color css

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

 span { border-color: rgb(5,99,117); }

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