Html Css Color HEX #05617B Blue Lagoon

📋 copy color: '#05617B'

red 5 ◦ green 97 ◦ blue 123

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

Shades of Blue Lagoon #05617B

Tints of Blue Lagoon #05617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.11%

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

R = 2.22%
G = 43.11%
B = 54.67%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#05617B (or 0x05617B) is known color: Blue Lagoon. HEX triplet: 05, 61 and 7B. RGB value is (5,97,123). Sum of RGB (Red+Green+Blue) = 5+97+123=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #05617B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05617B is #FA9E84. Grayscale: #484848. Windows color (decimal): -16424581 or 8085765. OLE color: 8085765.

HSL color Cylindrical-coordinate representation of color #05617B: hue angle of 193.22º 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 #05617B is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 5 97 123 -
CMYK 0.96 0.21 0 0.52
HSL 193.22º 0.92% 0.25% -
HSV(B) 193.22º 0.96% 0.48% -
XYZ 7.91 10.01 20.25 -
YUV 72.46 156.52 79.89 -
System Red Green Blue C M Y K H S L
Decimal 5 97 123 0.96 0.21 0 0.52 193.22 0.92 0.25
Hex 5 61 7B 60 15 0 34 C1 5C 19
Octal 5 141 173 140 25 0 64 301 134 31
Binary 101 1100001 1111011 1100000 10101 0 110100 11000001 1011100 11001

Color Harmonies of #05617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05617B

Black with #05617B

Text Example


Text Example

White with #05617B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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