Html Css Color HEX #5F5F84 Comet

📋 copy color: '#5F5F84'

red 95 ◦ green 95 ◦ blue 132

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

Shades of Comet #5F5F84

Tints of Comet #5F5F84

RGB

 RED value IS 95 (37.5% from 255) = 29.5%

 GREEN value IS 95 (37.5% from 255) = 29.5%

 BLUE value IS 132 (51.95% from 255) = 40.99%

R = 29.5%
G = 29.5%
B = 40.99%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5F5F84 (or 0x5F5F84) is known color: Comet. HEX triplet: 5F, 5F and 84. RGB value is (95,95,132). Sum of RGB (Red+Green+Blue) = 95+95+132=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F5F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5F84 is #A0A07B. Grayscale: #636363. Windows color (decimal): -10526844 or 8675167. OLE color: 8675167.

HSL color Cylindrical-coordinate representation of color #5F5F84: hue angle of 240º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F5F84 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 95 95 132 -
CMYK 0.28 0.28 0 0.48
HSL 240º 0.16% 0.45% -
HSV(B) 240º 0.28% 0.52% -
XYZ 12.98 12.28 23.52 -
YUV 99.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 95 95 132 0.28 0.28 0 0.48 240 0.16 0.45
Hex 5F 5F 84 1C 1C 0 30 F0 10 2D
Octal 137 137 204 34 34 0 60 360 20 55
Binary 1011111 1011111 10000100 11100 11100 0 110000 11110000 10000 101101

Color Harmonies of #5F5F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5F84

Black with #5F5F84

Text Example


Text Example

White with #5F5F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F5F84; }

 p { color: rgb(95,95,132); }

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

background-color css

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

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

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

border-color css

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

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

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