Html Css Color HEX #056067 Blue Lagoon

📋 copy color: '#056067'

red 5 ◦ green 96 ◦ blue 103

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

Shades of Blue Lagoon #056067

Tints of Blue Lagoon #056067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.06%

 BLUE value IS 103 (40.63% from 255) = 50.49%

R = 2.45%
G = 47.06%
B = 50.49%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#056067 (or 0x056067) is known color: Blue Lagoon. HEX triplet: 05, 60 and 67. RGB value is (5,96,103). Sum of RGB (Red+Green+Blue) = 5+96+103=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #056067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056067 is #FA9F98. Grayscale: #454545. Windows color (decimal): -16424857 or 6774789. OLE color: 6774789.

HSL color Cylindrical-coordinate representation of color #056067: hue angle of 184.29º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056067 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 96 103 -
CMYK 0.95 0.07 0 0.60
HSL 184.29º 0.91% 0.21% -
HSV(B) 184.29º 0.95% 0.4% -
XYZ 6.69 9.38 14.29 -
YUV 69.59 146.85 81.93 -
System Red Green Blue C M Y K H S L
Decimal 5 96 103 0.95 0.07 0 0.60 184.29 0.91 0.21
Hex 5 60 67 5F 7 0 3C B8 5B 15
Octal 5 140 147 137 7 0 74 270 133 25
Binary 101 1100000 1100111 1011111 111 0 111100 10111000 1011011 10101

Color Harmonies of #056067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056067

Black with #056067

Text Example


Text Example

White with #056067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056067; }

 p { color: rgb(5,96,103); }

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

background-color css

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

 a { background-color: rgb(5,96,103); }

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

border-color css

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

 span { border-color: rgb(5,96,103); }

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