Html Css Color HEX #05848B Dark Cyan

📋 copy color: '#05848B'

red 5 ◦ green 132 ◦ blue 139

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

Shades of Dark Cyan #05848B

Tints of Dark Cyan #05848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.83%

 BLUE value IS 139 (54.69% from 255) = 50.36%

R = 1.81%
G = 47.83%
B = 50.36%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05848B (or 0x05848B) is known color: Dark Cyan. HEX triplet: 05, 84 and 8B. RGB value is (5,132,139). Sum of RGB (Red+Green+Blue) = 5+132+139=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #05848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05848B is #FA7B74. Grayscale: #5E5E5E. Windows color (decimal): -16415605 or 9143301. OLE color: 9143301.

HSL color Cylindrical-coordinate representation of color #05848B: hue angle of 183.13º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05848B is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 132 139 -
CMYK 0.96 0.05 0 0.45
HSL 183.13º 0.93% 0.28% -
HSV(B) 183.13º 0.96% 0.55% -
XYZ 12.97 18.4 27.29 -
YUV 94.83 152.92 63.93 -
System Red Green Blue C M Y K H S L
Decimal 5 132 139 0.96 0.05 0 0.45 183.13 0.93 0.28
Hex 5 84 8B 60 5 0 2D B7 5D 1C
Octal 5 204 213 140 5 0 55 267 135 34
Binary 101 10000100 10001011 1100000 101 0 101101 10110111 1011101 11100

Color Harmonies of #05848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05848B

Black with #05848B

Text Example


Text Example

White with #05848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,132,139); }

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

background-color css

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

 a { background-color: rgb(5,132,139); }

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

border-color css

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

 span { border-color: rgb(5,132,139); }

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