Html Css Color HEX #534FB3 Rich Blue

📋 copy color: '#534FB3'

red 83 ◦ green 79 ◦ blue 179

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

Shades of Rich Blue #534FB3

Tints of Rich Blue #534FB3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.17%

 BLUE value IS 179 (70.31% from 255) = 52.49%

R = 24.34%
G = 23.17%
B = 52.49%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#534FB3 (or 0x534FB3) is known color: Rich Blue. HEX triplet: 53, 4F and B3. RGB value is (83,79,179). Sum of RGB (Red+Green+Blue) = 83+79+179=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #534FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FB3 is #ACB04C. Grayscale: #5B5B5B. Windows color (decimal): -11317325 or 11751251. OLE color: 11751251.

HSL color Cylindrical-coordinate representation of color #534FB3: hue angle of 242.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #534FB3 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 79 179 -
CMYK 0.54 0.56 0 0.30
HSL 242.4º 0.4% 0.51% -
HSV(B) 242.4º 0.56% 0.7% -
XYZ 14.5 10.69 43.95 -
YUV 91.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 83 79 179 0.54 0.56 0 0.30 242.4 0.4 0.51
Hex 53 4F B3 36 38 0 1E F2 28 33
Octal 123 117 263 66 70 0 36 362 50 63
Binary 1010011 1001111 10110011 110110 111000 0 11110 11110010 101000 110011

Color Harmonies of #534FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534FB3

Black with #534FB3

Text Example


Text Example

White with #534FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,79,179); }

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

background-color css

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

 a { background-color: rgb(83,79,179); }

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

border-color css

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

 span { border-color: rgb(83,79,179); }

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