Html Css Color HEX #534ABC Rich Blue

📋 copy color: '#534ABC'

red 83 ◦ green 74 ◦ blue 188

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

Shades of Rich Blue #534ABC

Tints of Rich Blue #534ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

 BLUE value IS 188 (73.83% from 255) = 54.49%

R = 24.06%
G = 21.45%
B = 54.49%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#534ABC (or 0x534ABC) is known color: Rich Blue. HEX triplet: 53, 4A and BC. RGB value is (83,74,188). Sum of RGB (Red+Green+Blue) = 83+74+188=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #534ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534ABC is #ACB543. Grayscale: #595959. Windows color (decimal): -11318596 or 12339795. OLE color: 12339795.

HSL color Cylindrical-coordinate representation of color #534ABC: hue angle of 244.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #534ABC is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 74 188 -
CMYK 0.56 0.61 0 0.26
HSL 244.74º 0.46% 0.51% -
HSV(B) 244.74º 0.61% 0.74% -
XYZ 15.09 10.37 48.78 -
YUV 89.69 183.48 123.23 -
System Red Green Blue C M Y K H S L
Decimal 83 74 188 0.56 0.61 0 0.26 244.74 0.46 0.51
Hex 53 4A BC 38 3D 0 1A F5 2E 33
Octal 123 112 274 70 75 0 32 365 56 63
Binary 1010011 1001010 10111100 111000 111101 0 11010 11110101 101110 110011

Color Harmonies of #534ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534ABC

Black with #534ABC

Text Example


Text Example

White with #534ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534ABC; }

 p { color: rgb(83,74,188); }

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

background-color css

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

 a { background-color: rgb(83,74,188); }

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

border-color css

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

 span { border-color: rgb(83,74,188); }

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