Html Css Color HEX #5F6381 Comet

📋 copy color: '#5F6381'

red 95 ◦ green 99 ◦ blue 129

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

Shades of Comet #5F6381

Tints of Comet #5F6381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

 BLUE value IS 129 (50.78% from 255) = 39.94%

R = 29.41%
G = 30.65%
B = 39.94%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5F6381 (or 0x5F6381) is known color: Comet. HEX triplet: 5F, 63 and 81. RGB value is (95,99,129). Sum of RGB (Red+Green+Blue) = 95+99+129=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 129 - color contains mainly: blue. Hex color #5F6381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6381 is #A09C7E. Grayscale: #656565. Windows color (decimal): -10525823 or 8479583. OLE color: 8479583.

HSL color Cylindrical-coordinate representation of color #5F6381: hue angle of 232.94º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F6381 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 95 99 129 -
CMYK 0.26 0.23 0 0.49
HSL 232.94º 0.15% 0.44% -
HSV(B) 232.94º 0.26% 0.51% -
XYZ 13.14 12.94 22.57 -
YUV 101.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 95 99 129 0.26 0.23 0 0.49 232.94 0.15 0.44
Hex 5F 63 81 1A 17 0 31 E9 F 2C
Octal 137 143 201 32 27 0 61 351 17 54
Binary 1011111 1100011 10000001 11010 10111 0 110001 11101001 1111 101100

Color Harmonies of #5F6381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6381

Black with #5F6381

Text Example


Text Example

White with #5F6381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,99,129); }

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

background-color css

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

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

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

border-color css

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

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

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