Html Css Color HEX #05667B Blue Lagoon

📋 copy color: '#05667B'

red 5 ◦ green 102 ◦ blue 123

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

Shades of Blue Lagoon #05667B

Tints of Blue Lagoon #05667B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.35%

 BLUE value IS 123 (48.44% from 255) = 53.48%

R = 2.17%
G = 44.35%
B = 53.48%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05667B (or 0x05667B) is known color: Blue Lagoon. HEX triplet: 05, 66 and 7B. RGB value is (5,102,123). Sum of RGB (Red+Green+Blue) = 5+102+123=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #05667B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05667B is #FA9984. Grayscale: #4B4B4B. Windows color (decimal): -16423301 or 8087045. OLE color: 8087045.

HSL color Cylindrical-coordinate representation of color #05667B: hue angle of 190.68º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05667B is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 102 123 -
CMYK 0.96 0.17 0 0.52
HSL 190.68º 0.92% 0.25% -
HSV(B) 190.68º 0.96% 0.48% -
XYZ 8.39 10.97 20.41 -
YUV 75.39 154.86 77.79 -
System Red Green Blue C M Y K H S L
Decimal 5 102 123 0.96 0.17 0 0.52 190.68 0.92 0.25
Hex 5 66 7B 60 11 0 34 BF 5C 19
Octal 5 146 173 140 21 0 64 277 134 31
Binary 101 1100110 1111011 1100000 10001 0 110100 10111111 1011100 11001

Color Harmonies of #05667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05667B

Black with #05667B

Text Example


Text Example

White with #05667B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05667B; }

 p { color: rgb(5,102,123); }

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

background-color css

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

 a { background-color: rgb(5,102,123); }

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

border-color css

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

 span { border-color: rgb(5,102,123); }

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