Html Css Color HEX #5F6484 Comet

📋 copy color: '#5F6484'

red 95 ◦ green 100 ◦ blue 132

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

Shades of Comet #5F6484

Tints of Comet #5F6484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.58%

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

R = 29.05%
G = 30.58%
B = 40.37%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5F6484 (or 0x5F6484) is known color: Comet. HEX triplet: 5F, 64 and 84. RGB value is (95,100,132). Sum of RGB (Red+Green+Blue) = 95+100+132=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6484 is #A09B7B. Grayscale: #666666. Windows color (decimal): -10525564 or 8676447. OLE color: 8676447.

HSL color Cylindrical-coordinate representation of color #5F6484: hue angle of 231.89º 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 #5F6484 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 95 100 132 -
CMYK 0.28 0.24 0 0.48
HSL 231.89º 0.16% 0.45% -
HSV(B) 231.89º 0.28% 0.52% -
XYZ 13.44 13.21 23.67 -
YUV 102.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 95 100 132 0.28 0.24 0 0.48 231.89 0.16 0.45
Hex 5F 64 84 1C 18 0 30 E8 10 2D
Octal 137 144 204 34 30 0 60 350 20 55
Binary 1011111 1100100 10000100 11100 11000 0 110000 11101000 10000 101101

Color Harmonies of #5F6484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6484

Black with #5F6484

Text Example


Text Example

White with #5F6484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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