Html Css Color HEX #535CB4 Rich Blue

📋 copy color: '#535CB4'

red 83 ◦ green 92 ◦ blue 180

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

Shades of Rich Blue #535CB4

Tints of Rich Blue #535CB4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.92%

 BLUE value IS 180 (70.7% from 255) = 50.7%

R = 23.38%
G = 25.92%
B = 50.7%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#535CB4 (or 0x535CB4) is known color: Rich Blue. HEX triplet: 53, 5C and B4. RGB value is (83,92,180). Sum of RGB (Red+Green+Blue) = 83+92+180=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #535CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CB4 is #ACA34B. Grayscale: #626262. Windows color (decimal): -11313996 or 11820115. OLE color: 11820115.

HSL color Cylindrical-coordinate representation of color #535CB4: hue angle of 234.43º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #535CB4 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 92 180 -
CMYK 0.54 0.49 0 0.29
HSL 234.43º 0.39% 0.52% -
HSV(B) 234.43º 0.54% 0.71% -
XYZ 15.63 12.79 44.82 -
YUV 99.34 173.52 116.34 -
System Red Green Blue C M Y K H S L
Decimal 83 92 180 0.54 0.49 0 0.29 234.43 0.39 0.52
Hex 53 5C B4 36 31 0 1D EA 27 34
Octal 123 134 264 66 61 0 35 352 47 64
Binary 1010011 1011100 10110100 110110 110001 0 11101 11101010 100111 110100

Color Harmonies of #535CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535CB4

Black with #535CB4

Text Example


Text Example

White with #535CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,92,180); }

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

background-color css

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

 a { background-color: rgb(83,92,180); }

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

border-color css

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

 span { border-color: rgb(83,92,180); }

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