Html Css Color HEX #535781 Comet

📋 copy color: '#535781'

red 83 ◦ green 87 ◦ blue 129

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

Shades of Comet #535781

Tints of Comet #535781

RGB

 RED value IS 83 (32.81% from 255) = 27.76%

 GREEN value IS 87 (34.38% from 255) = 29.1%

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

R = 27.76%
G = 29.1%
B = 43.14%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#535781 (or 0x535781) is known color: Comet. HEX triplet: 53, 57 and 81. RGB value is (83,87,129). Sum of RGB (Red+Green+Blue) = 83+87+129=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #535781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535781 is #ACA87E. Grayscale: #5A5A5A. Windows color (decimal): -11315327 or 8476499. OLE color: 8476499.

HSL color Cylindrical-coordinate representation of color #535781: hue angle of 234.78º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #535781 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 87 129 -
CMYK 0.36 0.33 0 0.49
HSL 234.78º 0.22% 0.42% -
HSV(B) 234.78º 0.36% 0.51% -
XYZ 10.94 10.24 22.17 -
YUV 90.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 83 87 129 0.36 0.33 0 0.49 234.78 0.22 0.42
Hex 53 57 81 24 21 0 31 EB 16 2A
Octal 123 127 201 44 41 0 61 353 26 52
Binary 1010011 1010111 10000001 100100 100001 0 110001 11101011 10110 101010

Color Harmonies of #535781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535781

Black with #535781

Text Example


Text Example

White with #535781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535781; }

 p { color: rgb(83,87,129); }

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

background-color css

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

 a { background-color: rgb(83,87,129); }

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

border-color css

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

 span { border-color: rgb(83,87,129); }

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