Html Css Color HEX #05848C Dark Cyan

📋 copy color: '#05848C'

red 5 ◦ green 132 ◦ blue 140

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

Shades of Dark Cyan #05848C

Tints of Dark Cyan #05848C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.54%

R = 1.81%
G = 47.65%
B = 50.54%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05848C (or 0x05848C) is known color: Dark Cyan. HEX triplet: 05, 84 and 8C. RGB value is (5,132,140). Sum of RGB (Red+Green+Blue) = 5+132+140=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #05848C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05848C is #FA7B73. Grayscale: #5E5E5E. Windows color (decimal): -16415604 or 9208837. OLE color: 9208837.

HSL color Cylindrical-coordinate representation of color #05848C: hue angle of 183.56º 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 #05848C is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 132 140 -
CMYK 0.96 0.06 0 0.45
HSL 183.56º 0.93% 0.28% -
HSV(B) 183.56º 0.96% 0.55% -
XYZ 13.05 18.43 27.68 -
YUV 94.94 153.42 63.85 -
System Red Green Blue C M Y K H S L
Decimal 5 132 140 0.96 0.06 0 0.45 183.56 0.93 0.28
Hex 5 84 8C 60 6 0 2D B8 5D 1C
Octal 5 204 214 140 6 0 55 270 135 34
Binary 101 10000100 10001100 1100000 110 0 101101 10111000 1011101 11100

Color Harmonies of #05848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05848C

Black with #05848C

Text Example


Text Example

White with #05848C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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