Html Css Color HEX #556ACF Royal Blue

📋 copy color: '#556ACF'

red 85 ◦ green 106 ◦ blue 207

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

Shades of Royal Blue #556ACF

Tints of Royal Blue #556ACF

RGB

 RED value IS 85 (33.59% from 255) = 21.36%

 GREEN value IS 106 (41.8% from 255) = 26.63%

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 21.36%
G = 26.63%
B = 52.01%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#556ACF (or 0x556ACF) is known color: Royal Blue. HEX triplet: 55, 6A and CF. RGB value is (85,106,207). Sum of RGB (Red+Green+Blue) = 85+106+207=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #556ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ACF is #AA9530. Grayscale: #6E6E6E. Windows color (decimal): -11179313 or 13593173. OLE color: 13593173.

HSL color Cylindrical-coordinate representation of color #556ACF: hue angle of 229.67º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #556ACF is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 106 207 -
CMYK 0.59 0.49 0 0.19
HSL 229.67º 0.56% 0.57% -
HSV(B) 229.67º 0.59% 0.81% -
XYZ 20.16 16.74 61.2 -
YUV 111.24 182.04 109.29 -
System Red Green Blue C M Y K H S L
Decimal 85 106 207 0.59 0.49 0 0.19 229.67 0.56 0.57
Hex 55 6A CF 3B 31 0 13 E6 38 39
Octal 125 152 317 73 61 0 23 346 70 71
Binary 1010101 1101010 11001111 111011 110001 0 10011 11100110 111000 111001

Color Harmonies of #556ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556ACF

Black with #556ACF

Text Example


Text Example

White with #556ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556ACF; }

 p { color: rgb(85,106,207); }

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

background-color css

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

 a { background-color: rgb(85,106,207); }

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

border-color css

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

 span { border-color: rgb(85,106,207); }

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