Html Css Color HEX #425C5B Oracle

📋 copy color: '#425C5B'

red 66 ◦ green 92 ◦ blue 91

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

Shades of Oracle #425C5B

Tints of Oracle #425C5B

RGB

 RED value IS 66 (26.17% from 255) = 26.51%

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

 BLUE value IS 91 (35.94% from 255) = 36.55%

R = 26.51%
G = 36.95%
B = 36.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#425C5B (or 0x425C5B) is known color: Oracle. HEX triplet: 42, 5C and 5B. RGB value is (66,92,91). Sum of RGB (Red+Green+Blue) = 66+92+91=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 92 - color contains mainly: green. Hex color #425C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C5B is #BDA3A4. Grayscale: #545454. Windows color (decimal): -12428197 or 5987394. OLE color: 5987394.

HSL color Cylindrical-coordinate representation of color #425C5B: hue angle of 177.69º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #425C5B is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 92 91 -
CMYK 0.28 0 0.01 0.64
HSL 177.69º 0.16% 0.31% -
HSV(B) 177.69º 0.28% 0.36% -
XYZ 7.96 9.57 11.32 -
YUV 84.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 66 92 91 0.28 0 0.01 0.64 177.69 0.16 0.31
Hex 42 5C 5B 1C 0 1 40 B2 10 1F
Octal 102 134 133 34 0 1 100 262 20 37
Binary 1000010 1011100 1011011 11100 0 1 1000000 10110010 10000 11111

Color Harmonies of #425C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C5B

Black with #425C5B

Text Example


Text Example

White with #425C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425C5B; }

 p { color: rgb(66,92,91); }

 H1.HeaderClassName
 {
   color: #425C5B;
 }
 .AnyTagClassName
 {
   color: #425C5B;
 }
</style>

background-color css

<style>
 a { background-color: #425C5B; }

 a { background-color: rgb(66,92,91); }

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

border-color css

<style>
 span { border-color: #425C5B; }

 span { border-color: rgb(66,92,91); }

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