Html Css Color HEX #056567 Blue Lagoon

📋 copy color: '#056567'

red 5 ◦ green 101 ◦ blue 103

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

Shades of Blue Lagoon #056567

Tints of Blue Lagoon #056567

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.33%

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

R = 2.39%
G = 48.33%
B = 49.28%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#056567 (or 0x056567) is known color: Blue Lagoon. HEX triplet: 05, 65 and 67. RGB value is (5,101,103). Sum of RGB (Red+Green+Blue) = 5+101+103=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #056567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056567 is #FA9A98. Grayscale: #484848. Windows color (decimal): -16423577 or 6776069. OLE color: 6776069.

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

Color convert

RGB 5 101 103 -
CMYK 0.95 0.02 0 0.60
HSL 181.22º 0.91% 0.21% -
HSV(B) 181.22º 0.95% 0.4% -
XYZ 7.16 10.32 14.45 -
YUV 72.52 145.2 79.84 -
System Red Green Blue C M Y K H S L
Decimal 5 101 103 0.95 0.02 0 0.60 181.22 0.91 0.21
Hex 5 65 67 5F 2 0 3C B5 5B 15
Octal 5 145 147 137 2 0 74 265 133 25
Binary 101 1100101 1100111 1011111 10 0 111100 10110101 1011011 10101

Color Harmonies of #056567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056567

Black with #056567

Text Example


Text Example

White with #056567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056567; }

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

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

background-color css

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

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

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

border-color css

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

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

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