Html Css Color HEX #535F8C Waikawa Grey

📋 copy color: '#535F8C'

red 83 ◦ green 95 ◦ blue 140

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

Shades of Waikawa Grey #535F8C

Tints of Waikawa Grey #535F8C

RGB

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

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

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

R = 26.1%
G = 29.87%
B = 44.03%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#535F8C (or 0x535F8C) is known color: Waikawa Grey. HEX triplet: 53, 5F and 8C. RGB value is (83,95,140). Sum of RGB (Red+Green+Blue) = 83+95+140=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #535F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535F8C is #ACA073. Grayscale: #606060. Windows color (decimal): -11313268 or 9199443. OLE color: 9199443.

HSL color Cylindrical-coordinate representation of color #535F8C: hue angle of 227.37º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #535F8C is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 95 140 -
CMYK 0.41 0.32 0 0.45
HSL 227.37º 0.26% 0.44% -
HSV(B) 227.37º 0.41% 0.55% -
XYZ 12.39 11.92 26.46 -
YUV 96.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 83 95 140 0.41 0.32 0 0.45 227.37 0.26 0.44
Hex 53 5F 8C 29 20 0 2D E3 1A 2C
Octal 123 137 214 51 40 0 55 343 32 54
Binary 1010011 1011111 10001100 101001 100000 0 101101 11100011 11010 101100

Color Harmonies of #535F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F8C

Black with #535F8C

Text Example


Text Example

White with #535F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535F8C; }

 p { color: rgb(83,95,140); }

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

background-color css

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

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

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

border-color css

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

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

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